home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1552 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  542 b 

  1. Path: gate.net!news-adm
  2. From: porter@gate.net (Todd Porter)
  3. Newsgroups: comp.lang.c++
  4. Subject: Dynamic Multi-Dimen. Array
  5. Date: 11 Jan 1996 13:27:18 GMT
  6. Organization: 2Morrow, Inc.
  7. Message-ID: <4d337m$lug@news.gate.net>
  8. NNTP-Posting-Host: jaxfl2-15.gate.net
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=ISO-8859-1
  11. X-Newsreader: WinVN 0.99.5
  12.  
  13. I need to create an array like float[x][3] where the x can change.  I want to 
  14. dynamically allocate the memory when I figure out what the x is - Can anyone 
  15. help out with this?
  16.  
  17. Thanks,
  18.  
  19. Todd
  20.  
  21.